.kszxCon{
    overflow-y: auto;
    height: 630px;
    /* background-color: red; */
}
.kszxCon::-webkit-scrollbar {
    width: 2px;
}
.kszxCon::-webkit-scrollbar-thumb {
    border-radius: 8px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background-color: rgb(225, 225, 225);
}
.dtItem_item{
    position: relative;
}
.fire_icon{
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 10px;
    width: 20px;
    height: 20px;
    background: url('/static/2024/images/fire_active.png') no-repeat;
    background-size: 100%;
}
.dtItem li.active, .dtItem li:hover .fire_icon{
    background: url('/static/2024/images/fire.png') no-repeat;
    background-size: 100%;
}

.kszxTit .indexMore{
    float: right;color: #F02929;margin-right: 10px;font-weight: bold;font-size: 20px;
}